home *** CD-ROM | disk | FTP | other *** search
/ Star Trek Starfleet Academy Mini Omnipedia / MINI_OMNI.ISO / pc / omni_v2.dxr / 00318_---Deactivate- screen.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  118 b   |  8 lines

  1. on exitFrame
  2.   global gComputerTypeK
  3.   go(the frame)
  4.   if gComputerTypeK = #WIN then
  5.     hWinVoiceIdle()
  6.   end if
  7. end
  8.